bitkeeper revision 1.990.2.8 (40d6e8b71zWgmIqwTpIsNAH-m2697Q)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 21 Jun 2004 13:55:03 +0000 (13:55 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 21 Jun 2004 13:55:03 +0000 (13:55 +0000)
Remove debug noise.

tools/xenmgr/lib/XendDomainInfo.py

index ec9258afd8cb57f03aa4485c5e2f1e2bc11c3df1..bf0ed8d2842ee25ac7ed89c6f8fa694dbf97ad6e 100644 (file)
@@ -113,7 +113,6 @@ class XendDomainInfo:
                 ['name', self.name],
                 ['memory', self.memory] ]
         if self.info:
-            print 'info:', self.info
             run   = (self.info['running'] and 'r') or '-'
             block = (self.info['blocked'] and 'b') or '-'
             stop  = (self.info['stopped'] and 's') or '-'